'Declaration
Public Event PdfFileNavigation As GdViewer.PdfFileNavigationEventHandler
public event GdViewer.PdfFileNavigationEventHandler PdfFileNavigation
public event PdfFileNavigation: GdViewer.PdfFileNavigationEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event GdViewer.PdfFileNavigationEventHandler* PdfFileNavigation
public: event GdViewer.PdfFileNavigationEventHandler^ PdfFileNavigation